Skip to main content

Drawing Library

Type

library

Description

This script library implements an SVG compiler for turning SVG files into 'drawing metafiles'. A simple and efficient binary format for representing complex vector graphics, supported directly by the LiveCode image object.

Compatibility and Support

Platforms

desktop

mobile

Children Properties

Function

NameSummarySyntax
drawingSvgCompileCompile an SVG XML file to a drawing metafile.drawingSvgCompile(<pXmlText>)
drawingSvgCompileFileCompile an SVG XML file to a drawing metafile.drawingSvgCompileFile(<pXmlFile>)